home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
program
/
timagefx.zip
/
IMGFXDEM.DPR
< prev
next >
Wrap
Text File
|
1996-06-10
|
257b
|
15 lines
program ImgFXdem;
uses
Forms,
Imgfxfrm in 'IMGFXFRM.PAS' {Form1},
Abtimgfx in 'ABTIMGFX.PAS' {AboutBox};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TAboutBox, AboutBox);
Application.Run;
end.